body {
    overflow-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
}

h1{
    font-size: 40px;
    }

.dropbtn { 
    margin: auto;
    background-color: #f56f46;
    -webkit-mask-image: url(../images/design/menu.png);
    mask-image: url(../images/design/menu.png);
    -webkit-mask-size: cover;
    display: none; /*Dropdown buttom will not show*/
}
.dropdown{    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.drp-content1 { /*Navigation in a row on the right side*/
    margin-top: 0px;
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.drp-content2 { /*Navigation in a row on the right side*/
    height: 70px;
    margin-top: 0px;
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header ul{
    margin: 0px;
}
header li { /*No list style*/
    list-style: none;
    justify-content: center;
    margin: auto;
}

#logoimage {
    width: 125px;
    margin: auto;
}

.loginicon {
    width: 85px;
    height: 30px;
    margin: auto;
    background-color: #f56f46;
    -webkit-mask-image: url(../images/design/loginIcon.png);
    mask-image: url(../images/design/loginIcon.png);
    -webkit-mask-size:cover;
  }
  .drp-content2 .logout{
    font-size: 18px;
    color: #f56f46;
  }

  .drp-content2 .logout:hover{
    color: #f85d2f;
  }

.navlogoimagecontainer{
    height: 70px;
    width: 125px;
    float: left;
    display: flex;
    justify-content: center;
    margin: auto;
}

.navbar-gap{
    flex:1;
}
  
  .loginicon:hover {
    background-color: #f85d2f;
  }

.startInvestingButtoncontainer {
    padding: 0px 25px;
    height: 40px;
    width: auto;
    color: white;
    background-color: #f56f46;
    display: flex;
    line-height: 40px;
    border-radius: 15px;
  }
  .startInvestingButtoncontainer:hover {
    background-color: #f85d2f;
  }

  .drp-content1 a { /*Color blue, center in a box*/
    height: inherit;
    padding: 0px;
    margin: 0px 10px;
    color: rgb(224, 224, 224);
    text-align: center;
    text-decoration: none;
    float: right;
}

.drp-content2 a {
    height: inherit;
    padding: 0px;
    margin: 0px 10px;
    color: rgb(224, 224, 224);
    text-align: center;
    text-decoration: none;
    float: right;
}

header a {
    display: flex;
    height: inherit;
    justify-content: center;
}

header a:hover { 
    color: #f56f46;
}

.header {
    position: fixed;
    top: 0;
    width: 100vw;
    font-size: 17px;
    background: #08083E;
    height: 70px;
    line-height: 70px;
    order: 1;
    z-index: 999999;
}

main {
    padding-top: 70px;
    min-height: calc(100vh - 200px);
}
.container{
    max-width: 1200px;
    margin: auto;
    padding: 0px 35px;
}

footer {
    bottom: 0px;
    margin-top: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #231a57;
    font-size: 14px;
    max-width: 100vw;
    color: rgb(224, 224, 224);
}

footer h4{
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 20px;
}

footer p{
    line-height: 1.5;
    margin: 0px 0px;
}

.footer-row1 {
    display: flex;
    margin: auto;
    flex-direction: row;
    padding: 30px 0px;
}

.icons {
    margin-top: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icons a {
    margin: 20px 20px;
    padding: 0;
    opacity: 1;
}

.facebook:hover { /*when hover transparent 0%*/
    width: 30px;
    height: 30px;
    margin: -5px;
}

.facebook {
    width: 25px;
    height: 25px;
    background-color: white;
    position: static;
    -webkit-mask-image: url(../images/design/facebook.png);
    mask-image: url(../images/design/facebook.png);
    -webkit-mask-size: contain;
    z-index: 0;
}

.instagram {
    width: 25px;
    height: 25px;
    background-color: white;
    -webkit-mask-image: url(../images/design/instagram.png);
    mask-image: url(../images/design/instagram.png);
    -webkit-mask-size: contain;
}

.linkedin {
    width: 25px;
    height: 25px;
    background-color: white;
    -webkit-mask-image: url(../images/design/linkedin.png);
    mask-image: url(../images/design/linkedin.png);
    -webkit-mask-size: contain;
}

.twitter {
    width: 25px;
    height: 25px;
    background-color: white;
    -webkit-mask-image: url(../images/design/twitter.png);
    mask-image: url(../images/design/twitter.png);
    -webkit-mask-size: contain;
}

.youtube {
    width: 25px;
    height: 25px;
    background-color: white;
    -webkit-mask-image: url(../images/design/youtube.png);
    mask-image: url(../images/design/youtube.png);
    -webkit-mask-size: contain;
}

.footer-row2{
    margin-bottom: 50px;
}

.contact{
    width: 370px;
    margin-right: 20px;
}

.email p{
    font-size: 20px;
    font-weight: 550;
    padding-bottom: 5px;
}


form {
    display: flex;
    flex-direction: column;
  }
  
.input-container {
    display: flex;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    margin: 15px 0px;
}
  
label {
    font-size: 16px;
}
  
.newsletter{
    margin-top: 35px;
}

#newsletterEmail {
    padding: 10px;
    padding-left: 25px;
    font-size: 14px;
    border-radius: 15px;
    width: 100%;
    max-width: 320px;
    height: 25px;
    border: none;
    flex: 2 2 auto;
}
  
button[type="submit"] {
    background-color: #f56f46;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    right: 0px;
}
  
button[type="submit"]:hover {
    background-color: #f85d2f;
    transform: translateX(10px);
}

button[type="submit"]:hover,
button[type="submit"] {
  transition: all .3s ease-out .07s, /* initial transition */
              all .3s ease-out .07s; /* transition back */
}
  
#newsletterEmail:focus {
    box-shadow: none ;
    border: none;
    outline: none;
  }

.footer_links {
    max-width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.links {
    margin: 0px 20px;
}

    .links input {
        margin-top: 8px;
    }

    .links a {
        text-decoration: none;
        color: rgb(224, 224, 224);
    }

    .links p {
        margin-top: 8px;
        color: rgb(224, 224, 224);
    }

    .links a:hover { /*When hover underline*/
        transition: all 0.3s ease-in-out;
        color: #f56f46;   
    }

    .credits {
        background-color: #08083E;
    }

    .input {
        background-color:rgb(224, 224, 224);
        border: none;
        border-radius: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        color: #333;
        font-size: 16px;
        padding: 12px 16px;
      }
      
      .input:focus {
        box-shadow: 0 0 0 2px #f85d2f ;
        outline: none;
      }
    
    .credits p { /*Width 33%, color white, size 16px*/
        color: white;
        font-size: 12px;
    }

    .scroll-top-container{
        margin-left: 10px;
    }

    .scrolltop{
        font-size: 14px;
    }
    .scroll-top-button{
        height: 52px;
        margin-top: 20px;
        justify-content: center;
        display: flex;

    }
    .scroll-top-button a {
        display: flex;
        margin: auto;
        color: #fff;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 25%;
        background: #f56f46;
        cursor: pointer;
    }

    .scroll-top-button a:hover {
        width: 48px;
        height: 48px;
    }

    .scroll-top-button a:after {
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        transform: rotate(225deg);
        width: 12px;
        height: 12px;
        margin: auto;
        margin-top: 19px;
    }

    .containercredits{
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .containercredits p{
        margin-bottom: 10px;
        font-size: 10px;
    }




    @media screen and (max-width: 1000px)and (min-width: 700px){

        .dropdown{    
            justify-content: right;
        }

        .dropbtn {  /*Dropdown buttom will show*/
            display: block;
            width: 52px;
            height: 52px;
            float: right;
            cursor: pointer;
            margin: auto 10px;
            margin-left: 15px;
        }

        .drp-content1{
            position: fixed;
            display: none;
            float: none;
            margin: 0px;
            background-color: white;
            overflow: auto;
            left: 0px;
            top: 70px;
            height: calc(100vh - 70px);
            width: 100vw;
            z-index: 1;

        }
        .drp-content1 a {
            font-size: 20px;
            color: black;
            text-decoration: none;
            display: block;
            width: 100%;
            padding: 0;
            text-align: center;
            z-index: 1;
        }
        .show {display: block;}   
    }

    @media screen and (max-width: 700px)and (min-width: 580px){

        .container {
            margin: 0px 15px;
            padding: 0px;
    
        }

        .dropdown{    
            justify-content: right;
        }

        .dropbtn {  /*Dropdown buttom will show*/
            display: block;
            width: 52px;
            height: 52px;
            float: right;
            cursor: pointer;
            margin: auto 10px;
            margin-left: 15px;
        }

        .drp-content1{
            position: fixed;
            display: none;
            float: none;
            margin: 0px;
            background-color: white;
            overflow: auto;
            left: 0px;
            top: 70px;
            height: calc(100vh - 70px);
            width: 100vw;
            z-index: 1;

        }
        .drp-content1 a {
            font-size: 20px;
            color: black;
            text-decoration: none;
            display: block;
            width: 100%;
            padding: 0;
            text-align: center;
            z-index: 1;
        }
        .show {display: block;}   
    }




    @media screen and (max-width: 580px){

    .container {
        margin: 0px 15px;
        padding: 0px;
    }
    .scroll-top-container{
        margin-left: auto;
    }


    .dropdown{    
        justify-content: right;
        height: 70px;
    }

    .dropbtn {  /*Dropdown buttom will show*/
        display: block;
        width: 52px;
        height: 52px;
        float: right;
        cursor: pointer;
        margin: auto 10px;
        margin-left: 15px;
    }

    .drp-content1{
        position: fixed;
        display: none;
        float: none;
        margin: 0px;
        padding: 0px;
        background-color: white;
        overflow: auto;
        left: 0px;
        right: 0px;
        top: 70px;
        height: calc(100vh - 70px);
        width: 100vw;
        z-index: 99999;
        border-bottom: 1px solid gray
    }

    .drp-content1 a {
        font-size: 20px;
        color: black;
        text-decoration: none;
        display: block;
        width: 100%;
        margin: 0px;
        padding-left: 15px;
        text-align: left;
        z-index: 99999;
        box-sizing: border-box;
    }

   header li{
        margin: 0px;
    }

    .drp-content1 li{
        border: none;
        border-image: linear-gradient(to right, #555555, #ffffff) 30;
        border-bottom: 1px solid;
    }

    .drp-content2{
        position: fixed;
        display: none;
        width: 100vw;
        height: auto;
        margin: 0px;
        padding: 0px;
        left: 0px;
        right: 0px;
        top: 350px;
        z-index: 999999;
    }

    .drp-content2 a {
        float: none;
        font-size: 20px;
        color: black;
        text-decoration: none;
        margin: 15px;
        z-index: 99999;
        width: auto;
    }

.loginicon{
    width: 98px;
    height: 35px;

}
    
.startInvestingButton{
    text-align: center;
    margin: auto;
    margin-top: 50px;
    justify-content: center;

}

.startInvestingButtoncontainer{
    display: block;
    box-sizing: border-box;
    width: 90vw;
    border-radius: 10px;
} 
    
.show {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
} 
.drp-content2{
    flex-direction: column-reverse;
}


    }